home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / pagemakerclasslibrary / queries / pgetmeasureunits.h < prev    next >
C/C++ Source or Header  |  1996-07-11  |  559b  |  28 lines

  1. /*
  2.  *--- PGetMeasureUnits.h --------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PGetMeasureUnits__
  10. #define __PGetMeasureUnits__
  11.  
  12.  
  13. class PGetMeasureUnits
  14. {
  15.  
  16. public:
  17.  
  18.     PGetMeasureUnits();
  19.     
  20.     short    cMeasureUnits;
  21.     short    cVertical;
  22.     short    nCustPoints;
  23. };
  24.  
  25. #endif
  26.  
  27. // end of PGetMeasureUnits.h
  28.